Skip to content

Commit e17ec3f

Browse files
committed
fix writability check
1 parent 91ff12e commit e17ec3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/built-ins/Math/sumPrecise/prop-desc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ features: [Math.sumPrecise]
88
---*/
99

1010
verifyProperty(Math, "sumPrecise", {
11-
writable: false,
11+
writable: true,
1212
enumerable: false,
1313
configurable: true
1414
});

0 commit comments

Comments
 (0)